home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tomcht25.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-10-27  |  1KB  |  55 lines

  1. echo off
  2. echo  Batch file to install Tomchat Telix chatmode, (c) 1991 by Tom Breton
  3.  
  4. FOR %%F IN ( CS.EXE CHATDATA.SLC TELIX.EXE ) DO IF NOT EXIST %%F GOTO NO_CS
  5. IF EXIST TOMCHAT.SLC GOTO CONT
  6.  
  7.  
  8. :DO_IT
  9. PAUSE press any key to enter Telix to set chatmode parameters
  10. TELIX O Schatdata.SLC
  11.  
  12. IF NOT ERRORLEVEL 1 GOTO END
  13. CS TOMCHAT.SLT
  14. DEL /Y TOMCHAT.SLT
  15.  
  16. ECHO:
  17. ECHO  TOMCHAT has been successfully installed.  To change your settings, just
  18. ECHO  reinstall TOMCHAT using this handy .BAT file.
  19. ECHO:
  20. ECHO:
  21. ECHO  If you like this program, please send $12.00 to:
  22. ECHO:
  23. ECHO                    Tom Breton
  24. ECHO                    BR Enterprises
  25. ECHO                    PO Box 71
  26. ECHO                    Norwood, MA 02062
  27. ECHO:
  28.  
  29. GOTO END
  30.  
  31.  
  32.  
  33. :CONT
  34. ECHO TOMCHAT.SLC is already in this directory and will be overwritten.
  35. ECHO Press "<Ctl>-<Break>" if you wish to stop now.
  36. ECHO:
  37.  
  38. GOTO DO_IT
  39.  
  40.  
  41. :NO_CS
  42. ECHO You need to have each of the following files in your current directory in
  43. ECHO order to create this chatmode:
  44. ECHO CS.EXE     (The SALT compiler. Probably on your original Telix diskettes)
  45. ECHO TELIX.EXE    (Telix itself)
  46. ECHO CHATDATA.SLC (The program that creates TOMCHAT for you.)
  47. echo:
  48. ECHO  You seem to be missing one or more of them.
  49. echo:
  50. ECHO  Please put the neccessary file(s) in the directory
  51. ECHO that you want TOMCHAT to be created in and try again.
  52.  
  53.  
  54. :END
  55.